Skip to main content

Delete Search Index

DELETE {{baseURL}}api/v1/search/index/:id

Description

Remove a search index

Request

    {
"data":[
"string"
]
}

Path Variables

  • id: templateId

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request DELETE \ 
--url {{baseURL}}api/v1/search/index/:id \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!